home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 19 / Mac Magazin and MacEasy Magazine CD - Issue 19.iso / Wissenschaft & Technik / Open Prolog / External Predicates… / External Predicates History < prev    next >
Text File  |  1995-11-14  |  1KB  |  37 lines

  1. • 1.0.3d23
  2. - updated to MPW 18 (Universal Headers)
  3.  
  4. • 1.0.3d20
  5.  
  6. - new eventsVersion number. Previously compiled predicates must be recompiled. No other modifications needed.
  7. _ new entries in prlxLibrary too.
  8.  
  9. • 1.0.2d0
  10.  
  11. - Added the OpenPrologMultipleChoice/15 external predicate
  12. - New Library Entries
  13. - Shortened OpenPrologSpeech to use the new library calls properly
  14.  
  15. • 1.0.1
  16.  
  17. - Added the OpenPrologSpeech example of using the Sound Manager
  18.  
  19. • 1.0d42
  20.  
  21. -    Fixed a bug which initialised the predicates in a PRLX resource in the wrong order. This bug only has an effect if the predicates share common data structures - what is supposed to be the first predicate to be initialised (and hence the one to allocate the shared storage) was actually being initialised last. Oops. Sorry... Now, the predicates are initialised in ascending numerical order, as advertised.
  22.  
  23. • 1.0d41
  24.  
  25. - fixed a bug which prevented writestr writelnstr or errorstr from working properly.
  26.  
  27. • 1.0d37
  28.  
  29. - predicates defined in the same resource can share data at initialisation.
  30.  
  31. - predicates can signal errors that are then 'thrown'
  32.  
  33. - new eventsVersion number. Previously compiled predicates must be recompiled. No other modifications needed.
  34.  
  35. • 1.0d36
  36.  
  37. - initial public release